有loop_control:
- authorized_key: user: "{{ item.user }}" key: "{{ item.key }}" with_items: "{{ ssh_keys }}" loop_control: label: "{{ item.user }}"